Error Trace Detail View

Expanded input/output panels with error visualization and stack trace

POST /api/payments/charge

ERROR
Trace ID 7f3e2a1b-9c4d
Total Time 1.2s
Error At process_payment
Timestamp 14:28:33.891
POST /api/payments/charge
1.2s
INFO
validate_payment
32ms
📥 Input Parameters
{
  "amount": 99.99,
  "currency": "USD",
  "customer_id": "cust_ABC123",
  "card": "[CARD]",
  "metadata": {
    "order_id": "ORD-789"
  }
}
INFO
process_payment
1.1s
⚠️ Exception Details
PaymentGatewayError: Connection timeout after 1000ms
Card processor did not respond in time.
at PaymentService.process_payment (services/payment.py:142)
at GatewayClient.charge (gateways/stripe.py:87)
at HttpClient.post (utils/http.py:56)
at asyncio.wait_for (asyncio/tasks.py:442)
SKIPPED
send_receipt
--